home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1997 July & August
/
Amiga-CD 1997 #7-8.iso
/
tools
/
most
/
most156_157
/
most1.57_patch
/
changes
next >
Wrap
Text File
|
1996-01-22
|
4KB
|
103 lines
Most 1.57
(c) 1992/93/94 Uwe Röhm
Changes from previous versions
Changes for 1.57:
- bugfix: MungWall hit when closing own screen removed at last!
- bugfix: FONT option in local project icons will be used
- bugfix: STACKSIZE option will be saved in env-variable too
Changes for 1.56:
- bugfix: window dimensions less or equal 0 will be replaced by the screen's
values and doesn't end in a deadlock anymore.
- bugfix: Most's icon is searched in PROGDIR: so that it'll also be found
if Most has been launched as default tool from the WB path.
- bugfix: Fixed enforcer hit if choosing a directory in the filerequester.
- new spanish translation by Antonio Joaquin Gomez Gonzalez
- documentation updated
Changes for 1.55:
*** ATTENTION: THE CATALOGS HAVE BEEN CHANGED AND MUST BE UPDATED !!! ***
- bugfix: console buffer made local to each process
- bugfix: exact error message for non-existing PubScreen
- bugfix: filenames which include patterns (like "(" or ")") will be found
- bugfix: PORTNAME and PUBSCREEN still had been swapped sometimes ;(
- if started from shell error messages will be printed there
- "n", "." and "/" update checkmarks if search window is open
- jump-line-requester will be cleared to 0 for faster input
- jump to first column with keypad-5
- shortcut for activating search-string gadget does work in text window too
- new swedish catalog
Changes for 1.54:
- bugfix: removed enforcer hit for icons without any tooltypes
- bugfix: tooltypes PORTNAME and PUBSCREEN had been swapped internally...
- revised documentation
- new french translation (by Frank Geider)
- new italian translation (by Francesco Dipietromaria)
Changes for 1.53:
- Re-compiled with SAS/C 6.51
- For each text its project icon will be parsed and re-configure
Most locally.
- You can included each ARexx command directly as tooltypes in
the project icons where they will be executed at once.
Changes for 1.52:
- bugfix: tabs are handled correct while horizontal scrolling
- new menu for custom tab width
- changed some translations, new dansk translation included
Changes for 1.51:
- bugfix: STARTUP tooltype is working at last
Changes for 1.50: <release>
- now compiled with SAS/C 6.50
- new option STACKSIZE to adjust editor's stack size
- bugfix: Most doesn't left locks after using its AppWindow or AppIcon.
- documentation updated
- some changes in source organisation
Changes of 1.49:
- no more trash-characters at the beginning of a line while searching
- new "Print" menu
- english texts now included in the executable
Changes from 1.46 to 1.48:
- Enforcer hits after double click with empty DIRS option removed
- Big bug found, where too many ANSI codes in one line caused a GURU
- "Completely" is now correctly spelled ;-)
- No wrong scrolling any more with qualifier keys in search requester
- Bugfix in OPEN rexx command which will not lock further if you
specify a wrong filename.
Changes from 1.45 to 1.46:
- Some bugfixes, I don't remember .-)
- now compiled with SAS/C 6.3
- started source control with RCS 5.6 (patchlevel 4)
Changes from 1.44 to 1.45: <release>
- Press CTRL-C in Most's textwindow to close it
- Big bugfix for overrunning input buffer of 1.44! Sorry!
Changes from 1.42 to 1.44:
- Some bug fixes regarding own screen managment and scrolling.
Changes from 1.31 to 1.42:
- horizontal scrolling
- icons will be ignored
- text encryption with XPK supported
- current column and line numbers are displayed in the window title
- pipe buffer is smaller than the normal one (configurable with PIPELEN option)
- removed FASTSCROLL and WORDWRAP option
- 4 new ARexx commands: NextColumn, PrevColumn, NextTab, PrevTab
- complete rewritten ARexx port
- complete documentation done with TeXInfo (includes AmigaGuide documents)
- a LOT of bug fixes